object CustomMessageForm: TCustomMessageForm Left = 310 Top = 309 Width = 385 Height = 144 Caption = 'Warning' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object MessageLabel: TLabel Left = 56 Top = 8 Width = 305 Height = 49 AutoSize = False Layout = tlCenter end object Image1: TImage Left = 8 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Bevel1: TBevel Left = 8 Top = 72 Width = 361 Height = 8 Shape = bsTopLine end object ButtonYes: TButton Left = 24 Top = 85 Width = 75 Height = 22 Caption = 'Yes' TabOrder = 0 OnClick = ButtonYesClick end object ButtonYes2All: TButton Left = 112 Top = 85 Width = 75 Height = 22 Caption = 'Yes to All' TabOrder = 1 OnClick = ButtonYes2AllClick end object ButtonNo: TButton Left = 200 Top = 85 Width = 75 Height = 22 Caption = 'No' TabOrder = 2 OnClick = ButtonNoClick end object ButtonCancel: TButton Left = 288 Top = 85 Width = 75 Height = 22 Caption = 'Cancel' TabOrder = 3 OnClick = ButtonCancelClick end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'MessageLabel') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 8 Top = 80 end end